home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / comms / other / yamexpansion / rexx / autoyamexp.rexx next >
OS/2 REXX Batch file  |  1999-09-06  |  210b  |  13 lines

  1. /* burp */
  2.  
  3. options results;
  4. address YAM
  5. MAILINFO STEM burp.
  6. if burp.FROM = 'aminetd@wuarchive.wustl.edu' then
  7.          do
  8.          READCLOSE
  9.          address command 'execute yam:rexx/commoz.s'
  10.          end
  11.  
  12.  
  13.